home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 250
- Top = 174
- Width = 435
- Height = 111
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 13
- Top = 8
- Width = 401
- Height = 16
- Caption = 'This project demonstrates exception trapping - drive invalid'
- end
- object Button1: TButton
- Left = 85
- Top = 38
- Width = 257
- Height = 33
- Caption = 'Try to change to A:\ drive'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-